Skip to content

deps: Bump coverlet.collector from 10.0.0 to 10.0.1#165

Merged
petro-konopelko merged 1 commit into
mainfrom
dependabot/nuget/testing-b46bdf5a29
May 26, 2026
Merged

deps: Bump coverlet.collector from 10.0.0 to 10.0.1#165
petro-konopelko merged 1 commit into
mainfrom
dependabot/nuget/testing-b46bdf5a29

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

@dependabot dependabot Bot requested a review from petro-konopelko as a code owner May 18, 2026 08:54
@dependabot dependabot Bot added dependencies Label for dependencies nuget labels May 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

Summary

Summary
Generated on: 05/25/2026 - 08:16:24
Coverage date: 05/25/2026 - 08:15:42 - 05/25/2026 - 08:16:02
Parser: MultiReport (4x Cobertura)
Assemblies: 7
Classes: 150
Files: 149
Line coverage: 87.7% (3118 of 3555)
Covered lines: 3118
Uncovered lines: 437
Coverable lines: 3555
Total lines: 6692
Branch coverage: 61.8% (382 of 618)
Covered branches: 382
Total branches: 618
Method coverage: Feature is only available for sponsors
Tag: 388_26390661869

Coverage

SmartCafe.Menu.API - 69.7%
Name Line Branch
SmartCafe.Menu.API 69.7% 34%
Microsoft.AspNetCore.OpenApi.Generated 39.5% 30.5%
Program 83% 55%
SmartCafe.Menu.API.Endpoints.Cafes.CafeRoutes 100%
SmartCafe.Menu.API.Endpoints.Cafes.CreateCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.DeleteCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.GetCafeEndpoint 100%
SmartCafe.Menu.API.Endpoints.Cafes.ListCafesEndpoint 100%
SmartCafe.Menu.API.Endpoints.Images.UploadImageEndpoint 50.7%
SmartCafe.Menu.API.Endpoints.Menus.ActivateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CloneMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.CreateMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.DeleteMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetActiveMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.ListMenusEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.MenuRoutes 100%
SmartCafe.Menu.API.Endpoints.Menus.PublishMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.UpdateMenuEndpoint 100%
SmartCafe.Menu.API.Extensions.ResultExtensions 85.2% 68.7%
SmartCafe.Menu.API.Extensions.WebApplicationExtensions 100%
SmartCafe.Menu.API.Filters.ValidationFilter 0% 0%
SmartCafe.Menu.API.Middleware.ExceptionHandlingMiddleware 55.5%
SmartCafe.Menu.API.Models.Requests.Cafes.CreateCafeRequest 100%
SmartCafe.Menu.API.Models.Requests.CloneMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.CreateMenuRequest 100%
SmartCafe.Menu.API.Models.Requests.UpdateMenuRequest 100%
System.Runtime.CompilerServices 0%
SmartCafe.Menu.Application - 94.9%
Name Line Branch
SmartCafe.Menu.Application 94.9% 81.8%
SmartCafe.Menu.Application.DependencyInjection.ServiceCollectionExtensions 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.CreateCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.CreateCafe.Models.CreateCafeRespo
nse
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeCommandValid
ator
100%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.DeleteCafeHandler 95.2% 75%
SmartCafe.Menu.Application.Features.Cafes.DeleteCafe.Models.DeleteCafeComma
nd
100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeHandler 100% 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.GetCafeQueryValidator 100%
SmartCafe.Menu.Application.Features.Cafes.GetCafe.Models.GetCafeQuery 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.ListCafesHandler 100%
SmartCafe.Menu.Application.Features.Cafes.ListCafes.Models.ListCafesRespons
e
100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Mappers.CafeMapper 100%
SmartCafe.Menu.Application.Features.Cafes.Shared.Models.CafeDto 100%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageCommand 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageHandler 0% 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageResponse 0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.ActivateMenuHandler 97.2% 92.8%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Mappers.ActivateMenu
Mapper
100% 50%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuC
ommand
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuR
esponse
100%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Validators.ActivateM
enuCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.CloneMenuHandler 98.4% 80%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Models.CloneMenuCommand 100%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Validators.CloneMenuCom
mandValidator
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.CreateMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Models.CreateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Validators.CreateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.DeleteMenuHandler 96.5% 87.5%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Models.DeleteMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Validators.DeleteMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.GetActiveMenuHandle
r
100% 100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.GetActiveMen
uQuery
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Validators.GetActiv
eMenuQueryValidator
100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.GetMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.GetMenuQuery 100%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Validators.GetMenuQueryVa
lidator
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.ListMenusHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Mappers.ListMenusMapper 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusQuery 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusRespons
e
100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.MenuSummaryDto 100%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Validators.ListMenusQue
ryValidator
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Mappers.PublishMenuMa
pper
100% 50%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuCom
mand
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuRes
ponse
100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.PublishMenuHandler 100% 100%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Validators.PublishMen
uCommandValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.MenuMapper 97.7% 87.5%
SmartCafe.Menu.Application.Features.Menus.Shared.Mappers.SectionUpdateMappe
r
100% 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.CreateMenuResponse 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.IngredientDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemImageDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.PriceDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.SectionDto 100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.IngredientValid
ator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoForC
reateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoVali
dator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.PriceDtoValidat
or
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoForCr
eateValidator
100%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoValid
ator
100% 100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Models.UpdateMenuComma
nd
100%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.UpdateMenuHandler 96.7% 87.5%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Validators.UpdateMenuC
ommandValidator
100%
SmartCafe.Menu.Application.Mediation.Behaviors.ValidationBehavior`2 90.2% 70%
SmartCafe.Menu.Application.Mediation.Mediator 100% 100%
SmartCafe.Menu.Domain - 93.5%
Name Line Branch
SmartCafe.Menu.Domain 93.5% 89.6%
SmartCafe.Menu.Domain.Common.Entity 100%
SmartCafe.Menu.Domain.Entities.Cafe 100% 100%
SmartCafe.Menu.Domain.Entities.Menu 96% 91.3%
SmartCafe.Menu.Domain.Entities.MenuItem 91.1% 78.1%
SmartCafe.Menu.Domain.Entities.Section 88.8% 79.4%
SmartCafe.Menu.Domain.Events.CafeCreatedEvent 100%
SmartCafe.Menu.Domain.Events.CafeDeletedEvent 100%
SmartCafe.Menu.Domain.Events.DomainEvent 100%
SmartCafe.Menu.Domain.Events.MenuActivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuClonedEvent 0%
SmartCafe.Menu.Domain.Events.MenuCreatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeactivatedEvent 100%
SmartCafe.Menu.Domain.Events.MenuDeletedEvent 100%
SmartCafe.Menu.Domain.Events.MenuPublishedEvent 100%
SmartCafe.Menu.Domain.Events.MenuUpdatedEvent 0%
SmartCafe.Menu.Domain.Extensions.EntityExtensions 100% 100%
SmartCafe.Menu.Domain.Extensions.UpdateInfoExtensions 100% 100%
SmartCafe.Menu.Domain.Models.ImageUpdateInfo 100%
SmartCafe.Menu.Domain.Models.IngredientItemUpdate 100%
SmartCafe.Menu.Domain.Models.ItemUpdateInfo 100%
SmartCafe.Menu.Domain.Models.PriceUpdateInfo 100%
SmartCafe.Menu.Domain.Models.SectionUpdateInfo 100%
SmartCafe.Menu.Domain.ValueObjects.ImageAsset 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Ingredient 100% 100%
SmartCafe.Menu.Domain.ValueObjects.Price 94.1% 100%
SmartCafe.Menu.Infrastructure - 90.1%
Name Line Branch
SmartCafe.Menu.Infrastructure 90.1% 34.2%
SmartCafe.Menu.Infrastructure.BlobStorage.AzureBlobStorageService 0% 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.CafeConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuItemConfig
uration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.SectionConfigu
ration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.DesignTimeDbContextFactory 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.MenuDbContext 84.6% 100%
SmartCafe.Menu.Infrastructure.Data.UnitOfWork 20% 0%
SmartCafe.Menu.Infrastructure.DependencyInjection.ServiceCollectionExtensio
ns
93.3% 50%
SmartCafe.Menu.Infrastructure.EventBus.DomainEventDispatcher 0% 0%
SmartCafe.Menu.Infrastructure.EventBus.ServiceBusEventPublisher 0%
SmartCafe.Menu.Infrastructure.Migrations.AddCafeSoftDelete 97.4%
SmartCafe.Menu.Infrastructure.Migrations.InitialCreate 97.6%
SmartCafe.Menu.Infrastructure.Migrations.MenuDbContextModelSnapshot 100%
SmartCafe.Menu.Infrastructure.Migrations.RenameDiscountToDiscountPercent 93.5%
SmartCafe.Menu.Infrastructure.Repositories.CafeRepository 100%
SmartCafe.Menu.Infrastructure.Repositories.MenuRepository 100%
SmartCafe.Menu.Infrastructure.Services.ImageProcessingService 0%
SmartCafe.Menu.ServiceDefaults - 83.6%
Name Line Branch
SmartCafe.Menu.ServiceDefaults 83.6% 77.7%
Microsoft.Extensions.Hosting.Extensions 83.6% 77.7%
SmartCafe.Menu.Shared - 84.7%
Name Line Branch
SmartCafe.Menu.Shared 84.7% 100%
SmartCafe.Menu.Shared.Models.Error 76.9%
SmartCafe.Menu.Shared.Models.ErrorDetail 100%
SmartCafe.Menu.Shared.Models.Result 100% 100%
SmartCafe.Menu.Shared.Models.Result`1 100% 100%
SmartCafe.Menu.Shared.Providers.DateTimeProvider 20%
SmartCafe.Menu.Shared.Providers.GuidIdProvider 100%
SmartCafe.Menu.Tests.Shared - 89.3%
Name Line Branch
SmartCafe.Menu.Tests.Shared 89.3% 70%
SmartCafe.Menu.Tests.Shared.DataGenerators.CafeDataGenerator 100% 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.DateGenerator 50%
SmartCafe.Menu.Tests.Shared.DataGenerators.MenuDataGenerator 98.1% 75%
SmartCafe.Menu.Tests.Shared.Mocks.FakeDateTimeProvider 50%

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps: Bump the testing group with 2 updates deps: Bump coverlet.collector from 10.0.0 to 10.0.1 May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/testing-b46bdf5a29 branch from 31f24b9 to 1e36a1b Compare May 25, 2026 08:14
@petro-konopelko petro-konopelko merged commit 5456e9a into main May 26, 2026
5 checks passed
@petro-konopelko petro-konopelko deleted the dependabot/nuget/testing-b46bdf5a29 branch May 26, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Label for dependencies nuget size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant